﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
html {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, ferm, input, button, texterea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #7f7f7f;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #7f7f7f;
}

a:focus {
    outline: none;
    color: #7f7f7f;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/********************header********************/
.header {
    width: 100%;
    height: 100px;
    background: #fff;
}

.header .top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dadcdb;
}

.header .top .text {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}

.header .top .text ul {
    float: right;
    width: auto;
    overflow: hidden;
}

.header .top .text ul li {
    width: auto;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

.header .top .text ul li a {
    display: block;
    color: #7C7C7C;
}

.header .top .text ul li a:hover {
    color: #ed6d1f;
}

.header .top .text ul li:first-child {
    border-right: 1px solid #dadcdb;
    padding-right: 20px;
}

.header .center {
    width: 1300px;
    float: none;
    margin: 0px auto;
    height: 100px;
}

.header .center .l .logo {
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: 90px;
    font-size: 30px;
    color: #333;
	margin-top: 20px;
    text-overflow:ellipsis;
    white-space:nowrap; 
}

.header .center .l .logo img {
    height: 100%;
}

.header .center .l .slogan {
    float: left;
    overflow: hidden;
    font-size: 22px;
    margin: 22px 0;
    border-left: 1px solid #e8e8e8;
    padding-left: 30px;
}

.header .center .l .slogan p {
    display: block;
    font-size: 28px;
    color: #d82633;
    font-weight: bold;
}

.header .center .r {
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/tel.png) left center no-repeat;
    padding-left: 61px;
    margin-top: 29px;
}

.header .center .r span {
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}

.header .nav {
    width: 670px;
    height: 66px;
	float: left;
}

.header .nav .channelnav {

}

.header .nav .channelnav li {
    float: left;
    position: relative;
}

.header .nav .channelnav li a {
    padding: 0 10px;
    font-size: 16px;
	font-family: "微软雅黑";
	color: #333333;
    display: block;
    line-height: 100px;
}

.header .nav .channelnav li ul {
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
	
}

.header .nav .channelnav li ul li {
    width: 100%;
}

.header .nav .channelnav li ul li a {
    background: none;
	font-size: 12px;
	line-height: 35px;
	color: #666;
	border-bottom: #dedede solid 1px;
	
}

.header .nav .channelnav li a:hover {
    color: #ed6d1f;
	border-bottom: #dedede solid 1px;
	
}

.header .nav .channelnav li a.on {
}

.header .nav .channelnav li:hover ul {
    display: block;
}
.language{
	float:right;
	line-height: 100px;
	color: #333333;

}
.language a{
	color: #333333;
}
/*banner*/
.banner {
    width: 100%;
    height: 820px;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 5px;
    z-index: 1;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    margin-right: 2px;
    width: 40px;
    height: 5px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin: 0 10px;
}

.banner .hd ul li.on {
    background: #ed6d1f;
    color: #fff;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 1920px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}


/********************首页产品********************/
.in-about{
    width: 1300px;
    margin: 60px auto;
    overflow: hidden;
}
.in-about .box{
    width: 100%;
	margin-bottom: 50px;
    overflow: hidden;
}
.in-about .box .img{
    width: 680px;
    overflow: hidden;
    height: 355px;
    /*border: 5px solid #000;*/
    margin-right: 20px;
    float: left;
}
.in-about .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-about .box .r{
    float:right;
    font-size: 13px;
    line-height: 30px;
    width: 567px;
	color: #999;
    height: 350px;
    position: relative;
}
.in-about .box .r p{
	font-size:13px;
}
.in-about .box .r h2{
    font-size: 28px;
    color:#333 ;
	padding-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.in-about .box .r a{
    display: block;
    background: #898989;
    width: 100px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}
.in-about .box .r a:hover{
    display: block;
    background: #ed6d1f;
    width: 100px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}
.in-pro {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}

.in-pro .box {
    width: 1300px;
    overflow: hidden;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
}

.in-pro .box:before {

}

.in-title {
  width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 70px;
	margin-top: 20px;
    position: relative;
}

.in-title i {
    display: block;
    width: 57px;
    height: 66px;
    margin: 0 auto;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/sl_tbg.png);
}

.in-title i img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 5px;
}

.in-title h2 {
    font-size: 28px;
    color: #3e3e3e;
    font-weight: bold;
    background: url(img/h3.png) no-repeat center center;
}

.in-title h2 span {
 color: #f6a543;
    font-size: 28px;
    font-weight: bold;
}

.in-title p {
    font-size: 20px;
    margin: 5px 0 0;
    color: #333;
}
.in-pro .fl{
    display: inline-block;
    overflow: hidden;
    width: auto;
}
.in-pro .fl li{
    float:left;
    margin:0 10px;
}
.in-pro .fl li a{
    display: block;
    background: #232323;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}
.in-pro .list {
    width: 100%;
    overflow: hidden;
	margin-top: -37px;
}

.in-pro .list li {
    width: 433.3px;
    overflow: hidden;
    position: relative;
    float: left;
}

.in-pro .list li a {
    display: block;
    background-color: #fff;
	margin-left: 18.5px;
	margin-right: 18.5px;
	margin-top: 37px;
}

.in-pro .list li .img-center {
    height: 290px;
	width:396.3px;
    line-height: 290px;
    overflow: hidden;
}

.in-pro .list li .img-center img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  transition: all 0.6s;
}
 .in-pro .list li .img-center img:hover{
         transform: scale(1.15); /* 放大1.2倍 */
    }
.in-pro .list li .text {
    border-top: 1px solid #eee;
    padding: 20px 60px 20px 20px;
    font-size: 16px;
	background: #e0e0e0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-pro .list li .text h4 {
    argin: 0;
	color: #333;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-pro .list li .text:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: .5%;
    width: 52px;
    height: 55px;
    margin-top: -27px;
    background: url(img/pz_more2.png) no-repeat center;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
}

.in-pro .list li:hover .text:after {
    -webkit-transferm: translateY(-55%);
    transferm: translateY(-55%);
    background-image: url(img/pz_more2h.png);
}

.poster {
width: 100%;
    overflow: hidden;
    background: url(img/connect.png) top center no-repeat;
    position: relative;
    margin-top: 50px;
    height: 300px;
}

.poster i {
    display: block;
    width: 57px;
    height: 66px;
    margin: 15px auto auto auto;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/sl_tbg.png);
}

.poster i img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 16px;
    display: block;
}

.poster .box {
    width: 1300px;
    margin: 0 auto;
    color: #fff;
}

.poster .box .l h2 {
     margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #2a2a2a;
    margin-top: 105px;
}

.poster .box .l h2 span {
    color: #ed6d1f;
    font-weight: bold;
}

.poster .box .l p {
    font-size: 22px;
    color: #2a2a2a;
}

.poster .box .r ul {
    float: right;
	margin-top: 80px;
}
.poster .poster-box .r ul {
    float: right;
    margin-top: 75px;
}
.poster .box .r ul li {
    width: 300px;
    height: 50px;
    border-radius: 30px;
    margin: 20px 0;
    line-height: 50px;
    font-size: 24px;
}

.poster .box .r ul li:first-child {
    background: #ed6d1f;
    font-weight: bold;
    text-indent: 15px;
}

.poster .box .r ul li:nth-child(2) {
border: 2px solid #2a2a2a;
    font-size: 16px;
    color: #2a2a2a;
    text-indent: 55px;
}

.poster .box .r ul li:first-child img {
    float: left;
    margin-left: 40px;
    margin-top: 12px;
}

.poster .box .r ul li:nth-child(2) img {
    float: right;
    margin-right: 40px;
    margin-top: 18px;
}

.poster .box .r .ewm {
    display: block;
    background: #fff;
    width: 160px;
    height: 160px;
    float: right;
    margin-left: 30px;
}

.in-case {
    width: 100%;
    overflow: hidden;
    margin: 70px auto;
}

.in-case .in-title {
    margin-top: 0;
}

.in-casebox {
    width: 100%;
    min-width: 1300px;
    height: 619px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.in-casebox .bd {
    width: 864px;
    position: absolute;
    left: 50%;
    margin-left: -432px
}

.in-casebox .bd li {
    width: 100%;
    overflow: hidden;
}

.in-casebox .bd li .img {
    display: block;
    width: 100%;
    height: 486px;
    overflow: hidden;
}
.in-casebox .bd li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-casebox .bd li .text{
    background-color: #2a2a2a;
    padding: 0 32px 23px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    height: 110px;
}
.in-casebox .bd li .text p{
    text-align: left;
    color: #fff;
    padding: 22px 0;
    font-weight: 400;
    font-size: 18px;
}
.in-casebox .bd li .text p span{
    line-height: 25px;
    color: #ed6d1f;
    font-size: 14px;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/case_more.png) no-repeat right center;
    padding-right: 30px;
    float: right;
}
.in-casebox .tempWrap {
    overflow: visible !important
}

.in-casebox .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.in-casebox .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/slider-btn.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.in-casebox .hd li.on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.in-casebox .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.in-casebox .prev {
    left: -50%;
    margin-left: -432px;
}

.in-casebox .next {
    left: 50%;
    margin-left: 432px;
}

.in-casebox .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.in-casebox .pnBtn .arrow {
    display: block;
    position: absolute;
    top: 233px;
    z-index: 1;
    width: 60px;
    height: 100%;
}

.in-casebox .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.in-casebox .prev .arrow {
    right: 0;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/slider-arrow.png) -115px 0 no-repeat;
}

.in-casebox .next .arrow {
    left: 0;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/slider-arrow.png) 36px 0 no-repeat;
}
/*新闻*/
.in-news{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.in-news .box{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.in-news .box:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.in-news .in-title{
    margin-top: 15px;
}
.in-news .nr{
    width: 1300px;
    overflow: hidden;
    margin:0 auto;
}
.in-news .nr .left{
    width: 320px;
    padding: 30px 40px;
    box-shadow: 0 0 10px 2px #e7e7e7;
    background: no-repeat center 0 #fff;
    background-image: url(//filecdn.ify.cn/skin/hsjxmb9761/img/new_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 460px;
}
.in-news .nr .left .title a{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
}
.in-news .nr .left .title h2{
    color: #fff;
    float:left;
}
.in-news .nr .left .title h2 span{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.in-news .nr .left .title img{
    float:right;
}
.in-news .nr .left .img{
    width: 100%;
    height: 239px;
    overflow: hidden;
    margin-top: 16px;
}
.in-news .nr .left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-news .nr .left .text{
    color: #999;
    margin: 0;
    overflow: hidden;
}
.in-news .nr .left .text p{
    margin: 0;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.in-news .nr .left .text  span{
    display: block;
    text-align: right;
    color: #999;
    margin-top: 20px;
    font-size: 12px;
}
.in-news .nr .left .text  span i{
    width: 63px;
    height: 1px;
    display: block;
    float: left;
    margin-top: 10px;
    background: #cdcdcd;
}
.in-news .nr .right{
    float: right;
    width: 700px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 2px #e7e7e7;
    padding: 30px 40px;
    height: 460px;
}
.in-news .nr .right ul{
    overflow: hidden;
}
.in-news .nr .right ul li{
    width: 48%;
    border-bottom:1px dashed #dbdbdb;
}
.in-news .nr .right ul li a{
    display: block;
    overflow: hidden;
    line-height: 45px;
}
.in-news .nr .right ul li span{
    float:right;
    font-size: 12px;
    color: #cecece;
}
.friendship{
    width: 1300px;
    margin:30px auto;
    overflow: hidden;
}
.friendship .title{
    width: 100%;
    overflow: hidden;
    border-bottom:1px solid #ddd;
    text-transferm: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 55px;
}
.friendship .title p{
    line-height: 55px;
    font-size: 18px;
    color: #e70012;
    float:left;
}
.friendship ul li{
    float:left;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.friendship ul li a{
    color: #333;
}
.in-news-list{
	width:100%;
	float: left;
}
.in-news-list ul li{
	width:405px;
	margin-left: 15px;
	margin-right: 12px;
    overflow: hidden;
    float: left;
	height: 463px;
	background: #fafafa;
}
.in-news-list ul li h1{
	color: #000;
	width:358px;
	margin-left:  23.5px;
	margin-right:  23.5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 60px;
}
.in-news-list ul li p{
	color: #666;
	width:360px;
	margin-left:  23.5px;
	line-height: 24px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.in-news-list-content{
		width:358px;
	margin-left:  23.5px;
	margin-right:  23.5px;
	float: left;
}
.in-news-list-content-left{
	float:left;
}
.in-news-list-content-right{
	float:right;
	color: #999;
	font-size: 12px;
}
/*foot*/
.footer{
    width: 100%;
    background: #2a2a2a;
    overflow: hidden;
    color: #fff;
}
.footer .box{
    width: 1300px;
    overflow: hidden;
    margin:0 auto;
    padding: 50px 0;
}
.footer .box .foot-title{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.footer .box .foot-title span{
    display: block;
    font-size: 12px;
    color: #545454;
}
.footer .box .foot-title p{
    color: #ed6d1f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer .box .foot-title i{
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ed6d1f;
}
.footer .box .dbdh {
    width: 380px;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.04);
}
.footer .box .dbdh ul li{
    width:50%;
    float:left;
}
.footer .box .dbdh ul li a{
    display: block;
    line-height: 40px;
    color: #f5f5f5;
}
.footer .box .lxwm {
    width: 480px;
    padding-left: 120px;
    padding-right: 60px;
    border-right: 1px solid rgba(255,255,255,.04);
}
.footer .box .lxwm ul li{
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
	color: #f5f5f5;
}
.footer .box .lxwm ul li img{
    width: auto;
    float:left;
    margin-top: 10px;
    margin-right: 10px;
}
.footer .box .ewm{
    width: 180px;
    overflow: hidden;
    text-align: right;
}
.footer .box .ewm .foot-title i{
    float:right;
}
.footer .box .ewm li{
    float:right;
    text-align: center;
    font-size: 16px;
}
.footer .box .ewm ul li img{
    width: 125px;
    height: 125px;
    vertical-align: middle;
    background: #fff;
    display: block;
    margin-bottom: 15px;
}
.footer .bqs{
	width:100%;
	background: #252525;
}
.footer .bq{
    width: 1300px;
    overflow: hidden;
    background: #252525;
    color: #666;
    text-align: center;
    line-height: 40px;
	font-size: 12px;
	margin: 0 auto;
}
/*--------------------------------------*/
.foot-link{
	width:100%;
	float: left;
}
.foot-link ul li{
	width:40%;
	float: left;
}
.foot-link ul li img{
	width:90%;
}
/*--------------------------------------*/
.bq-left{
	float:left;
}
.bq-right{
	float:right;
}
.nei-banner{
    height: 400px;
}
.main{
    width: 1300px;
    overflow: hidden;
    margin:0 auto 30px auto;
}
.main .now{
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    color: #333;
}
.main .now span{
    padding-left: 10px;
    border-left: 10px solid #333;
}
.main .now a{
    color: #333;
}
.about{
    width: 100%;
    overflow: hidden;
}
.about .fl{
    width: 100%;
    overflow: hidden;
}

.about .fl li{
    float: left;
    width: 16.666666666%;
}
.about .fl li a{
    display: block;
    margin-left: 1px;
    background-color: #f4f4f4;
    color: #333;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
}
.about .fl li a:hover,.about .fl a.on{
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/about-fl-bg.png) no-repeat center bottom #ed6d1f;
    color: #fff;
}
.about .info{
    width: 100%;
    overflow: hidden;
    padding: 65px 0;
    line-height:200%;
}
/*******************产品列表*******************/
.zhaopin{
	width:100%;
	min-height: 800px;
}
.zhaopin ul li{
	width:100%;
	float:left;
	line-height: 60px;
	padding-left: 10px;
	border-bottom: #dedede dashed 1px;
}
.zhaopin ul li img{
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}
/*******************产品列表*******************/
.left-fl{
    width: 240px;
    overflow: hidden;
    float:left;
}
.left-fl .name{
    width: 100%;
    background-color: #ed6d1f;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 24px;
    padding: 20px 0;
}
.left-fl .left_menu{
    width: 100%;
    overflow: hidden;
}
.left-fl .left_menu ul{
    width: 100%;
    overflow: hidden;
}
.left-fl .left_menu ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}
.left-fl .left_menu ul li a{
    display: block;
    font-size: 16px;
    padding:0 20px;
    line-height: 50px;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/jia.png) right 20px no-repeat #ddd;
    color: #333;
}
.left-fl .left_menu ul li a:hover{
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/jian.png) right 20px no-repeat #ed6d1f;
    color: #fff;
}
.left-fl .left_menu ul li ul li{
    margin-bottom: 0;
}
.left-fl .left_menu ul li ul li a,.left-fl .left_menu ul li ul li a:hover{
    background-image: none;
    text-indent: 1rem;
}
.left-fl .lx{
    width: 100%;
    overflow: hidden;
}
.left-fl .lx img{
    display: block;
}
.left-fl .lx div{
    background-color: #ed6d1f;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.left-fl .lx div p{
    display: block;
    color: #fff;
    font-size: 16px;
}
.prolist{
    width: 1030px;
    overflow: hidden;
    float: right;
}
.nei-title{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ececeb;
    height: 44px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    position: relative;
}
.nei-title i{
    display: block;
    width: 96px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom:0;
    left:0;
}
.prolist .prolist-ul{
    overflow: hidden;
    margin: 0 0 0 -20px
}
.prolist .prolist-ul li{
    float: left;
    width: 33.333333%;
}
.prolist .prolist-ul li a{
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 55px;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
}
.prolist .prolist-ul li .img{
    height: 225px;
    overflow: hidden;
    width: 100%;
}
.prolist .prolist-ul li .img img{
    width: 100%;
    height: 100%;
}
.pro{
    width: 1030px;
    float: right;
    overflow: hidden;
}
.pro .infrmation{
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.pro .infrmation .img{
    width: 400px;
    height: 352px;
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
}
.pro .infrmation .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro .infrmation .text{
    float: right;
    width: 560px;
    overflow: hidden;
    position: relative;
    height: 352px;
}
.pro .infrmation .text h1{
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}
.pro .infrmation .text .jj{
    margin-top: 20px;
    height: 102px
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.pro .infrmation .phone{
    position: absolute;
    bottom:0;
    left:0;
    border-top:1px solid #ddd;
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/pc-xc-icon2.png) left center no-repeat;
    width: 509px;
    padding:15px 0 15px 50px;
}
.pro .infrmation .phone .l{
    line-height: 21px;
    font-size: 18px;
    color: #333;
}
.pro .infrmation .phone a{
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #ed6d1f;
    color: #fff;
    font-size: 18px;
}
.pro .box{
    margin-bottom: 20px;
    margin-top: 40px;
}
.pro .box .pro-title{
    padding: 15px 0;
    display: block;
    line-height: 1;
    font-size: 24px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.pro .box .pro-title span{
    border-left: 3px solid #ed6d1f;
    padding-left: 10px;
    color: #333;
}
.hot-pro{
    margin-top: 30px;
}
.newslist{
    width:1030px;
    overflow: hidden;
    float: right;
}
.newslist .newslit-ul{
    width: 100%;
    overflow: hidden;
}
.newslist .newslist-ul li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.newslist .newslist-ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    padding:30px 0;
}
.newslist .newslist-ul li .l{
    width: 1040px;
    overflow: hidden;
    float:left;
}
.newslist .newslist-ul li .img{
    width: 250px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.newslist .newslist-ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist .newslist-ul li .time{
    width: 100%;
    margin:10px 0;
}
.newslist .newslist-ul li  p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.newslist .newslist-ul li .more{
    margin-top: 15px;
}
.newslist .newslist-ul li .more span{
    font-size: 14px;
    background: #ed6d1f;
    color: #fff;
    float: left;
    padding:10px 20px;
}
.news{
    width:1030px;
    overflow: hidden;
    float: right;
}
.news h1{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.news .time{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #999;
    text-align: center
}
.news .news-page{
    color: #333;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding:10px 0;
    line-height: 30px;
}
.news .news-page p{
    color: #333;
}
.message{
    width: 1300px;
    overflow: hidden;
}
.message h1{
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
    color: #333;
}
.message h1 span{
    font-weight: bold;
    color: #ed6d1f;
}
.message ferm{
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/ferm-bg.jpg) no-repeat center bottom #fff;
    border: 1px solid #ddd;
    padding: 50px 200px;
    margin-bottom: 30px;
}
.message ferm div{
    overflow: hidden;
    margin-bottom: 15px;
}
.message ferm div span{
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
    color: #333;
}
.message ferm div input{
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    outline: medium;
    color:#333;
}
.message ferm div texterea{
    width: 600px;
    resize: none;
    border: 1px solid #ddd;
    outline: medium;
    padding: 6px 12px;
  	 color: #333;
}
.message ferm .btn input{
    padding: 6px 22px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    width:auto;
}
.message ferm .btn input:first-child{
    background-color: #ed6d1f;
    margin-left: 120px;
    margin-right: 10px;
}
.message ferm .btn input:nth-child(2){
    background-color: #767676;
}
/*---------------------------------------------------*/
.message{
    width: 1300px;
    overflow: hidden;
}
.message h1{
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
    color: #333;
}
.message h1 span{
    font-weight: bold;
    color: #ed6d1f;
}
.message form{
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/ferm-bg.jpg) no-repeat center bottom #fff;
    border: 1px solid #ddd;
    padding: 50px 200px;
    margin-bottom: 30px;
}
.message form div{
    overflow: hidden;
    margin-bottom: 15px;
}
.message form div span{
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
    color: #333;
}
.message form div input{
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    outline: medium;
    color:#333;
}
.message form div texterea{
    width: 600px;
    resize: none;
    border: 1px solid #ddd;
    outline: medium;
    padding: 6px 12px;
  	 color: #333;
}
.message form .btn input{
    padding: 6px 22px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    width:auto;
}
.message form .btn input:first-child{
    background-color: #ed6d1f;
    margin-left: 120px;
    margin-right: 10px;
}
.message form .btn input:nth-child(2){
    background-color: #767676;
}
.message form div textarea {
    width: 600px;
    resize: none;
    border: 1px solid #ddd;
    outline: medium;
    padding: 6px 12px;
    color: #333;
}
/*---------------------------------------------------*/
.contact{
    width: 1300px;
    overflow: hidden;
}
.contact .text{
    background: #f5f5f5;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding-right: 60px;
}
.contact .text .img{
    float: left;
    width: 440px;
    height: 300px;
    margin-right: 40px;
}
.contact .text .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact .text p{
    font-weight: 400;
    font-size: 18px;
    color: #ed6d1f;
    margin: 70px 0 20px 0;
}
.contact ul{
    overflow: hidden;
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact ul li{
    float:left;
    overflow: hidden;
    width: 20%;
}
.contact ul li span{
    text-align: center;
    font-size: 18px;
    border: 1px solid #ddd;
    display: block;
    margin: 10px;
    overflow: hidden;
    padding:30px 10px;
}
.contact ul li:last-child{
    width: 40%;
}
.list-num{
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-num .JZD_PAGE_YECI{
	padding-left: 10px;
}
.list-num .JZD_PAGE_DISABLED{
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px #ccc solid;
	color: #999;
	margin: 33px 2px 13px 2px;
	cursor: pointer;
}
.list-num .JZD_PAGE_SHUZIYE{
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px #ccc solid;
	color: #999;
	margin: 33px 2px 13px 2px;
	cursor: pointer;
}
.list-num span select {
    border: none;outline: none;
}
.JZD_PAGE_GONG{
	 padding: 5px 0 5px 10px;
    margin: 33px 0 13px 2px;
    box-sizing: border-box;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_NUMBER,.JZD_PAGE_TIAOJILU,.JZD_PAGE_YECI,.JZD_PAGE_DANGQIANYE,.JZD_PAGE_XIEGANG,.JZD_PAGE_ZHONGYE,.JZD_PAGE_YE{
    padding: 5px 0;
    margin: 33px 0 13px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_YE,.JZD_PAGE_SELECT_YE{
	 border-right:1px #ccc solid;
    padding-right:10px;
}
.JZD_PAGE_ZHUANGDAO{
    padding: 5px 0 5px 10px;
    margin: 33px 0 13px 2px;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_SELECT{
    padding: 4px 0 5px 10px;
    margin: 33px 0 13px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_SELECT_YE{
    padding: 5px 10px 5px 0;
    margin: 33px 0 13px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.hot-pro .title{
    font-size:18px;
    line-height:50px;
    border-bottom: 1px #ccc solid;
    position: relative;
    margin-bottom:20px;
    color:#333;
}
.hot-pro .title i{
	 display:block;
    width:80px;
    height:1px; 
    background:#ed6d1f;
    position: absolute;
    bottom:0px;
    left:0;
}
.JZD_PAGE_NEXT,.JZD_PAGE_LAST,.JZD_PAGE_FIRST,.JZD_PAGE_PREVIOUS{
    padding: 5px 10px;
    margin: 33px 1px 13px 1px;
    border: 1px #ccc solid;
}